projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26a5173
)
(help-with-tutorial): Call `hack-local-variables'
author
Juri Linkov
<juri@jurta.org>
Sun, 18 Apr 2004 22:09:56 +0000
(22:09 +0000)
committer
Juri Linkov
<juri@jurta.org>
Sun, 18 Apr 2004 22:09:56 +0000
(22:09 +0000)
to put into effect local variables from TUTORIAL files.
lisp/help-fns.el
patch
|
blob
|
history
diff --git
a/lisp/help-fns.el
b/lisp/help-fns.el
index ab76b5eb2327f7cc1d8e60371601e9633537d833..000b8cb5e1645d7d07f9d74d7a0f066c543c0065 100644
(file)
--- a/
lisp/help-fns.el
+++ b/
lisp/help-fns.el
@@
-63,6
+63,7
@@
With ARG, you are asked to choose which language."
(setq default-directory (expand-file-name "~/"))
(setq buffer-auto-save-file-name nil)
(insert-file-contents (expand-file-name filename data-directory))
+ (hack-local-variables)
(goto-char (point-min))
(search-forward "\n<<")
(beginning-of-line)